#!/bin/bash

#touch /System/Library/Extensions
#chown root:wheel /System/Library/Extensions
#chown root:wheel /System/Library
#chown root:wheel /System
#chown root:admin /Library
#chown root:admin "/Library/Modem Scripts"
#chown root:admin "/"
#chmod 1775 /Library
#chmod 1775 /

#chown -R root:wheel /System/Library/Extensions/AnyDataUSBDriver.kext
kextload -b "kr.co.beyondtech.driver.AnyDataUSBDriver"
kextcache -l -m /System/Library/Extensions.mkext /System/Library/Extensions
kextcache -k /System/Library/Extensions

exit 0
